home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  2005-06-02  |  2KB  |  100 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 499
  3.   Top = 301
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '%'
  7.   ClientHeight = 171
  8.   ClientWidth = 275
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object HostLabel: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 249
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = '%'
  28.     ShowAccelChar = False
  29.   end
  30.   object UserPrompt: TLabel
  31.     Left = 16
  32.     Top = 40
  33.     Width = 52
  34.     Height = 13
  35.     Caption = 'Nom d'#39'&utilisateur :'
  36.     FocusControl = UserEdit
  37.   end
  38.   object UserEdit: TEdit
  39.     Left = 16
  40.     Top = 56
  41.     Width = 145
  42.     Height = 21
  43.     TabOrder = 0
  44.   end
  45.   object Panel1: TPanel
  46.     Left = 0
  47.     Top = 79
  48.     Width = 275
  49.     Height = 92
  50.     Align = alBottom
  51.     BevelOuter = bvNone
  52.     TabOrder = 1
  53.     object PasswordPrompt: TLabel
  54.       Left = 16
  55.       Top = 2
  56.       Width = 50
  57.       Height = 13
  58.       Caption = 'Mot de &passe :'
  59.       FocusControl = PassEdit
  60.     end
  61.     object OKBtn: TButton
  62.       Left = 64
  63.       Top = 66
  64.       Width = 73
  65.       Height = 23
  66.       Caption = 'OK'
  67.       Default = True
  68.       ModalResult = 1
  69.       TabOrder = 2
  70.       OnClick = OKBtnClick
  71.     end
  72.     object CancelBtn: TButton
  73.       Left = 144
  74.       Top = 66
  75.       Width = 73
  76.       Height = 23
  77.       Cancel = True
  78.       Caption = 'Annuler'
  79.       ModalResult = 2
  80.       TabOrder = 3
  81.     end
  82.     object SavePasswordEdit: TBCCheckBox
  83.       Left = 16
  84.       Top = 42
  85.       Width = 93
  86.       Height = 17
  87.       Caption = '&Sauver le mot de passe'
  88.       TabOrder = 1
  89.     end
  90.     object PassEdit: TEdit
  91.       Left = 16
  92.       Top = 18
  93.       Width = 145
  94.       Height = 21
  95.       PasswordChar = '*'
  96.       TabOrder = 0
  97.     end
  98.   end
  99. end
  100.